home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Midi / Import / analyze-library < prev    next >
Lisp/Scheme  |  1998-10-23  |  535b  |  22 lines

  1. analyze-library <descriptions>
  2.  
  3. Analyzes the symbol context and saves the ouput to the output-file using libsymbol or setq syntax. If the keyword 'screen is used the output is directed to the listener window.
  4.  
  5. (analyze-library
  6.    input "ccl;input:riffs"
  7.    output "symbank"
  8.    quant 1/16
  9.    mapping mt-32
  10.    type 'lib-symbol
  11. )
  12.  
  13. --> 
  14.  
  15. (lib-symbol track1
  16.    '(cnha c cni c cnh c cni c cnhd c cni c cnh c cni c)) 
  17.  
  18. NOTE: If type is 'setq, then setq syntax is used:
  19.  
  20. (setq track1
  21.     '(cnha c cni c cnh c cni c cnhd c cni c cnh c cni c)) 
  22.